2 matches found
CVE-2025-56161
Summary of CVE-2025-56161 (YOSHOP 2.0): Unauthenticated information disclosure via the Goods module’s comment-list endpoints. The Comment model eagerly loads the related User model without field filtering, and since User.php defines no $hidden or $visible attributes, sensitive fields (bcrypt pass...
CVE-2025-56162
CVE-2025-56162 — YOSHOP 2.0 suffers an unauthenticated SQL injection in the goodsIds parameter of the /api/goods/listByIds endpoint. The getListByIds function concatenates user input into orderRaw('field(goods_id, ...)'), enabling: (a) enumeration/modification of DB data, including potential admi...